empty

function <T> empty(arg: T?): boolean

Checks if a value is null or empty. Equivalent to not exists(...).

Since

0.8.0

See also

exists(...)

exists(...)